From 707756e4bedbafc0bc19f154d55c5c786ba65dd3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 30 Apr 2005 03:49:06 +0000 Subject: [PATCH] Make the docs build. (#302230, Ali Akcaagac) 2005-04-29 Matthias Clasen * gtk/gtkradioaction.c: Make the docs build. (#302230, Ali Akcaagac) --- ChangeLog | 3 +++ ChangeLog.pre-2-10 | 3 +++ ChangeLog.pre-2-8 | 3 +++ gtk/gtkradioaction.c | 2 +- 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 21856b5bdf..4cc3f8a576 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-04-29 Matthias Clasen + * gtk/gtkradioaction.c: Make the docs build. (#302230, + Ali Akcaagac) + * gtk/gtkiconview.c (gtk_icon_view_map): Get rid of this function, instead show the bin_window when it is created. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 21856b5bdf..4cc3f8a576 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2005-04-29 Matthias Clasen + * gtk/gtkradioaction.c: Make the docs build. (#302230, + Ali Akcaagac) + * gtk/gtkiconview.c (gtk_icon_view_map): Get rid of this function, instead show the bin_window when it is created. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 21856b5bdf..4cc3f8a576 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2005-04-29 Matthias Clasen + * gtk/gtkradioaction.c: Make the docs build. (#302230, + Ali Akcaagac) + * gtk/gtkiconview.c (gtk_icon_view_map): Get rid of this function, instead show the bin_window when it is created. diff --git a/gtk/gtkradioaction.c b/gtk/gtkradioaction.c index 45e1a5b888..13956cc545 100644 --- a/gtk/gtkradioaction.c +++ b/gtk/gtkradioaction.c @@ -386,7 +386,7 @@ create_menu_item (GtkAction *action) * while (/* more actions to add */) * { * action = gtk_radio_action_new (...); - * + * * gtk_radio_action_set_group (action, group); * group = gtk_radio_action_get_group (action); * } -- 2.30.2